@charset "utf-8";
/*-----------------------------------------------------------------
文件名称：恒山区人民政府 - 全站框架样式
文件作者：na_DM
编辑日期：2016/9/27
文件说明：全站框架样式文件
-----------------------------------------------------------------*/

div#container{
	text-align:left;
	width:1000px;
	margin:0 auto;
}
/*头部
--------------------------------------*/
div#header{
	width:1000px;
	background:url(../images/headerbg.png) top left no-repeat;
}
h1{
	font-size:0px;
	line-height:0px;
	padding:32px 0px 32px 20px;
}
ul#mainnav{
	width:780px;
	overflow:hidden;
	background:url(../images/mainnavbg.png) no-repeat;
	padding:0px 110px;
}
ul#mainnav li{
	width:100px;
	font-size:14px;
	line-height:34px;
	text-align:center;
	float:left;
	font-weight:bold;
	padding:0px 15px;
}
ul#mainnav li a{
	display:block;
	width:100px;
}
ul#mainnav li a:link{color:#FFF;}
ul#mainnav li a:visited{color:#FFF;}
ul#mainnav li a:hover{color:#0c7cc3; text-decoration:underline; background:#FFF;}
div#infobox{
	width:1000px;
	overflow:hidden;
	background:url(../images/infobg.jpg) no-repeat;
	padding:10px 0px 18px 0px;
	color:#0366a9;
}
div#date{
	float:left;
	background:url(../images/dateicon.png) 15px center no-repeat;
	padding-left:40px;
}
div#weather{
	float:left;
	width:250px;
margin-top: -3px;
}
div#notice{
	height:18px;
	overflow:hidden;
}
h2#noticetitle{
	background:url(../images/noticeicon.png) 65px center no-repeat;
	float:left;
	width:80px;
}
ul#noticelist{
	width:400px;
	float:left;
	padding-left:15px;
}
ul#noticelist li{
	background:url(../images/list1.gif) left center no-repeat;
	width:200px;
	padding-left:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
ul#noticelist li a:link{color:#0366a9;}
ul#noticelist li a:visited{color:#0366a9;}
ul#noticelist li a:hover{color:#0366a9; text-decoration:underline;}
/*主要内容区
--------------------------------------*/
div#main{
	width:998px;
	overflow:hidden;
	padding:5px 1px 10px 1px;
	background:#FFF;
}
/*底部
--------------------------------------*/
div#footer{
	width:998;
	padding:0px 1px;
}
ul#friendlink{
	float:left;
	width:998px;
	background:url(../images/friendlinkbg.jpg) no-repeat;
	padding:6px 0px 5px 0px;
}
ul#friendlink li{
	width:155px;
	float:left;
	padding-left:10px;
}
ul#friendlink li select{
	width:155px;
	height:20px;
}
div#footinfobox{
	width:550px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
div#dzjgimg{
	width:80px;
	float:left;
}
div#footinfo{
	width:470px;
	float:left;
	text-align:left;
	color:#000;
	line-height:20px;
	padding-top:10px;
}
/*-- 公共部分 --*/
span.more1{
	float:right;
	line-height:42px;
	margin-top:-42px;
	padding-right:15px;
}
span.more1 a:link{color:#FFF;}
span.more1 a:visited{color:#FFF;}
span.more1 a:hover{color:#FFF; text-decoration:underline;}
span.more2{
	float:right;
	line-height:40px;
	margin-top:-40px;
	padding-right:15px;
}
span.more2 a:link{color:#e08900;}
span.more2 a:visited{color:#e08900;}
span.more2 a:hover{color:#e08900; text-decoration:underline;}
span.more3{
	float:right;
	line-height:26px;
	margin-top:-26px;
	padding-right:15px;
}
span.more3 a:link{color:#000;}
span.more3 a:visited{color:#000;}
span.more3 a:hover{color:#000; text-decoration:underline;}
/*-- 分页 --*/
ul#page{
	width:720px;
	background:#eeeeee;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	clear:both;
}
ul#page li{
	display:inline;
	padding-left:10px;
	line-height:30px;
}
ul.page{
	width:720px;
	background:#eeeeee;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	clear:both;
}
ul.page li{
	display:inline;
	padding-left:10px;
	line-height:30px;
}
/*-- 面包屑导航 --*/
div#breadcrumbnav{
	background:url(../images/breadcrumbnavbg.jpg) left bottom no-repeat;
	overflow:hidden;
	
}
div.bcnlist{
	float:left;
	overflow:hidden;
	background:url(../images/breadcrumbnavicon.png) 10px 2px no-repeat;
	padding-left:30px;
	font-weight:bold;
	padding-bottom:10px;
}